+2004-09-15 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
+ Remove bogus code that tried to do what the X11 backend does in
+ its version of this function. There are no "frame windows" (for
+ toplevel window decoration) on Windows. The desktop ("root")
+ window is not the parent of a toplevel window. (#152481)
+
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
+2004-09-15 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
+ Remove bogus code that tried to do what the X11 backend does in
+ its version of this function. There are no "frame windows" (for
+ toplevel window decoration) on Windows. The desktop ("root")
+ window is not the parent of a toplevel window. (#152481)
+
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
+2004-09-15 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
+ Remove bogus code that tried to do what the X11 backend does in
+ its version of this function. There are no "frame windows" (for
+ toplevel window decoration) on Windows. The desktop ("root")
+ window is not the parent of a toplevel window. (#152481)
+
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
+2004-09-15 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkwindow-win32.c (gdk_window_get_frame_extents):
+ Remove bogus code that tried to do what the X11 backend does in
+ its version of this function. There are no "frame windows" (for
+ toplevel window decoration) on Windows. The desktop ("root")
+ window is not the parent of a toplevel window. (#152481)
+
2004-09-15 Matthias Clasen <mclasen@redhat.com>
* NEWS: Update.
private = (GdkWindowObject*) private->parent;
hwnd = GDK_WINDOW_HWND (window);
-
- /* find the frame window */
- while (HWND_DESKTOP != GetParent (hwnd))
- {
- hwnd = GetParent (hwnd);
- g_return_if_fail (NULL != hwnd);
- }
-
API_CALL (GetWindowRect, (hwnd, &r));
rect->x = r.left + _gdk_offset_x;